Skip to content

Move query history files to new folders#2002

Merged
norascheuch merged 1 commit intomainfrom
elena-nora/move-query-history-files
Jan 25, 2023
Merged

Move query history files to new folders#2002
norascheuch merged 1 commit intomainfrom
elena-nora/move-query-history-files

Conversation

@norascheuch
Copy link
Copy Markdown
Contributor

Checklist

  • CHANGELOG.md has been updated to incorporate all user visible changes made by this pull request.
  • Issues have been created for any UI or other user-facing changes made by this pull request.
  • [Maintainers only] If this pull request makes user-facing changes that require documentation changes, open a corresponding docs pull request in the github/codeql repo and add the ready-for-doc-review label there.

@norascheuch norascheuch requested review from a team as code owners January 24, 2023 17:06
@norascheuch
Copy link
Copy Markdown
Contributor Author

The failing test is a failed CodeQL check in a file where I had do adjust an import. I suggest to create an issue to check this separately.

queryServerLogger,
} from "./common";
import { QueryHistoryManager } from "./query-history";
import { QueryHistoryManager } from "./query-history/query-history";
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be a good candidate for creating an index.ts file in the query-history directory so we can just import from ./query-history instead of ./query-history/query-history, but that's something better done in a follow-up PR if we want to do this.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@norascheuch norascheuch merged commit 407aa14 into main Jan 25, 2023
@norascheuch norascheuch deleted the elena-nora/move-query-history-files branch January 25, 2023 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants